Functions | |
| def | TxtWrapBy (start_str, end, all) |
| def | ToHexStr (num) |
| def | xFunc (event) |
| def | decoding_char (ctypes_char_array) |
| def | enum_interfaces () |
| def | enum_devices () |
| def | open_device () |
| def | start_grabbing () |
| def | stop_grabbing () |
| def | close_device () |
| def | set_continue_mode () |
| def | set_software_trigger_mode () |
| def | trigger_once () |
| def | save_bmp () |
| def | get_param () |
| def | set_param () |
| def | enable_controls () |
| def | closeEvent (event) |
Variables | |
| deviceList = MV_GENTL_DEV_INFO_LIST() | |
| interfaceList = MV_GENTL_IF_INFO_LIST() | |
| cam = MvCamera() | |
| int | nSelCamIndex = 0 |
| int | obj_cam_operation = 0 |
| bool | isOpen = False |
| bool | isGrabbing = False |
| bool | isCalibMode = True |
| app = QApplication(sys.argv) | |
| mainWindow = QMainWindow() | |
| ui = Ui_MainWindow() | |
| closeEvent | |
| def BasicDemoByGenTL.TxtWrapBy | ( | start_str, | |
| end, | |||
| all | |||
| ) |
| def BasicDemoByGenTL.ToHexStr | ( | num | ) |
| def BasicDemoByGenTL.xFunc | ( | event | ) |
| def BasicDemoByGenTL.decoding_char | ( | ctypes_char_array | ) |
Safely decode a string from a ctypes character array. Compatible with Python 2.x and 3.x, and both 32‑bit and 64‑bit operating systems.
| def BasicDemoByGenTL.enum_interfaces | ( | ) |
| def BasicDemoByGenTL.enum_devices | ( | ) |
| def BasicDemoByGenTL.open_device | ( | ) |
| def BasicDemoByGenTL.start_grabbing | ( | ) |
| def BasicDemoByGenTL.stop_grabbing | ( | ) |
| def BasicDemoByGenTL.close_device | ( | ) |
| def BasicDemoByGenTL.set_continue_mode | ( | ) |
| def BasicDemoByGenTL.set_software_trigger_mode | ( | ) |
| def BasicDemoByGenTL.trigger_once | ( | ) |
| def BasicDemoByGenTL.save_bmp | ( | ) |
| def BasicDemoByGenTL.get_param | ( | ) |
| def BasicDemoByGenTL.set_param | ( | ) |
| def BasicDemoByGenTL.enable_controls | ( | ) |
| def BasicDemoByGenTL.closeEvent | ( | event | ) |
| deviceList = MV_GENTL_DEV_INFO_LIST() |
| interfaceList = MV_GENTL_IF_INFO_LIST() |
| cam = MvCamera() |
| int nSelCamIndex = 0 |
| int obj_cam_operation = 0 |
| bool isOpen = False |
| bool isGrabbing = False |
| bool isCalibMode = True |
| app = QApplication(sys.argv) |
| mainWindow = QMainWindow() |
| ui = Ui_MainWindow() |
| closeEvent |